home *** CD-ROM | disk | FTP | other *** search
- RunProgram("notepad")
- RunProgram("calc")
- Delay(1000)
- InputBox( "Please enter the first number" )
- SendInputToWindow("Calculator")
- SendKeysToWindow("Calculator", "*" )
-
- InputBox( "Please enter the second number" )
- SendInputToWindow("Calculator")
- SendKeysToWindow("Calculator","=")
- // now get the number back, hmmmm...
- SendKeysToWindow("Calculator","^C")
- SendKeysToWindow("Untitled - Notepad","answer: ")
- SendKeysToWindow("Untitled - Notepad","^V, and don't forget to check it.")
- MessageBox("Done!")
-